HasIntersection1(IEnumerable<GdPictureRectangle>) Method
In This Topic
Syntax
'Declaration
Public Overloads Function HasIntersection1( _
ByVal As IEnumerable(Of GdPictureRectangle) _
) As Boolean
public bool HasIntersection1(
IEnumerable<GdPictureRectangle>
)
public function HasIntersection1(
: IEnumerable
): Boolean;
public function HasIntersection1(
: IEnumerable
) : boolean;
public: bool HasIntersection1(
IEnumerable<GdPictureRectangle*>*
)
public:
bool HasIntersection1(
IEnumerable<GdPictureRectangle^>^
)
Parameters
- rects
See Also